| lcPlineAddVerDir | Home |
|
HANDLE lcPlineAddVerDir ( HANDLE hPline, HANDLE hVertex, double Angle, double Length ); |
| hPline | |
| Handle to a polyline object. | |
| hVertex | |
| Handle to the polyline vertex, or NULL. | |
| Angle | |
| Direction angle from vertex hVertex. | |
| Length | |
| Distance from vertex hVertex. | |
| Handle to the new Vertex object or NULL if the function fails. |
| The vertex is inserted after the specified vertex. If hVertex is NULL, the vertex is appended to the end of the polyline. |
| lcPlineAddVer, lcPlineDeleteVer, lcBlockAddPolyline |